2004
Sven Neumann
Render the drawable as a grayscale image seen through a colored glass.
Desaturates the drawable, then tints it with the specified color. This tool is only valid on RGB color images. It will not operate on grayscale drawables.
unknown
| Type | Name | Description |
|---|---|---|
| PF_DRAWABLE | drawable | The drawable |
| PF_FLOAT | hue | Hue in degrees (0 <= hue <= 360) |
| PF_FLOAT | saturation | Saturation in percent (0 <= saturation <= 100) |
| PF_FLOAT | lightness | Lightness in percent (-100 <= lightness <= 100) |
None